last fix to spacing

Judy Ngai 9 anni fa
parent
commit
60db396b29
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      app/assets/javascripts/pages/agent-show-page.js.coffee

+ 0 - 1
app/assets/javascripts/pages/agent-show-page.js.coffee

@@ -60,6 +60,5 @@ class @AgentShowPage
60 60
         .fail ->
61 61
           $("#memory .spinner").fadeOut ->
62 62
             $("#memory .clear").css(display: 'inline-block')
63
-          
64 63
 $ ->
65 64
   Utils.registerPage(AgentShowPage, forPathsMatching: /^agents\/\d+/)